@charset "utf-8";
@font-face {
  font-family: 'avantgarde_cebold';
  src: url('../fonts/itc_avant_garde_ce_gothic_demi-webfont.eot');
  src: url('../fonts/itc_avant_garde_ce_gothic_demi-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/itc_avant_garde_ce_gothic_demi-webfont.woff2') format('woff2'), url('../fonts/itc_avant_garde_ce_gothic_demi-webfont.woff') format('woff'), url('../fonts/itc_avant_garde_ce_gothic_demi-webfont.svg#avantgarde_cebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinlight';
  src: url('../fonts/din-light-webfont.eot');
  src: url('../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din-light-webfont.woff2') format('woff2'), url('../fonts/din-light-webfont.woff') format('woff'), url('../fonts/din-light-webfont.svg#dinlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinmedium';
  src: url('../fonts/din-medium-webfont.eot');
  src: url('../fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din-medium-webfont.woff2') format('woff2'), url('../fonts/din-medium-webfont.woff') format('woff'), url('../fonts/din-medium-webfont.svg#dinmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-ThinCond';
  src: url('../fonts/HelveticaNeue-ThinCond.eot');
  src: url('../fonts/HelveticaNeue-ThinCond.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-ThinCond.woff2') format('woff2'), url('../fonts/HelveticaNeue-ThinCond.woff') format('woff'), url('../fonts/HelveticaNeue-ThinCond.svg#dinmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dincond-regularregular';
  src: url('../fonts/dincond-regular-webfont.eot');
  src: url('../fonts/dincond-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-regular-webfont.woff2') format('woff2'), url('../fonts/dincond-regular-webfont.woff') format('woff'), url('../fonts/dincond-regular-webfont.svg#dincond-regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avantgardebook';
  src: url('../fonts/avantgarde_book-webfont.eot');
  src: url('../fonts/avantgarde_book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avantgarde_book-webfont.woff2') format('woff2'), url('../fonts/avantgarde_book-webfont.woff') format('woff'), url('../fonts/avantgarde_book-webfont.svg#avantgardebook') format('svg');
  font-weight: normal;
  font-style: normal;
}

.header {
  padding: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background: #fff;
}
.header:after {
  content: "";
  display: block;
  width: 50%;
  background: #115275;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.header .container {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 210px;
}
.header img {
  vertical-align: middle;
}
.header .logo {
  max-width: 260px;
  float: left;
}
.header .search {
  width: 210px;
  height: 100px;
  background: #115275;
  position: absolute;
  right: 0;
  top: 0;
}
.header .search .box {
  position: relative;
  margin-top: 33px;
  margin-left: 15px;
}
.header .search input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 50px 0 15px;
  background: #296483 \9;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 34px;
  color: #fff;
  font-family: "microsoft yahei";
  transition: all .5s;
}
.header .search input:focus {
  background: rgba(255, 255, 255, 0.15);
}
.header .search input::-webkit-input-placeholder {
  color: #fff;
}
.header .search input::-moz-placeholder {
  color: #fff;
}
.header .search input:-moz-placeholder {
  color: #fff;
}
.header .search input:-ms-input-placeholder {
  color: #fff;
}
.header .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 34px;
  background: url(../images/icon/search.png) no-repeat center center;
}
.headerFixed {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.headerFixed:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px #f3f3f3 solid;
}
.nav {
  float: right;
  text-align: center;
}
.nav li {
  min-width: 120px;
  position: relative;
  border-right: 1px #e2e2e2 solid;
  padding: 13px 0;
  float: left;
}
.nav li:last-child:after {
  display: none;
}
.nav li > a {
  color: #333333;
  display: block;
  overflow: hidden;
  position: relative;
  transition: background .5s;
}
.nav li .icon {
  display: block;
  width: 60px;
  height: 44px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 22px;
  transition: all .5s;
}
.nav li .hover {
  top: -88px;
  opacity: 0;
  transition: all .5s;
}
.nav li .default {
  top: 0;
  opacity: 1;
  transition: all .5s;
}
.nav li .txt {
  display: block;
  height: 30px;
  line-height: 30px;
}
.nav li:hover .icon,
.nav li.cur .icon {
  background: #e10b1f;
}
.nav li:hover .hover,
.nav li.cur .hover {
  top: 0;
  opacity: 1;
}
.nav li:hover .default,
.nav li.cur .default {
  top: 88px;
  opacity: 0;
}
.nav li:first-child {
  border-left: 1px #e2e2e2 solid;
}
.nav li:hover .child {
  display: block \9;
  visibility: visible;
  top: 100px;
  opacity: 1;
  z-index: 99;
}
.nav .child {
  position: absolute;
  z-index: -1;
  top: 110px;
  width: 170px;
  left: 50%;
  margin-left: -85px;
  padding-top: 12px;
  text-align: center;
  display: none \9;
  visibility: hidden;
  opacity: 0;
  background: url(../images/icon/transparent.png) repeat;
  transition: all 0.5s;
}
.nav .child .box {
  background: #115275 \9;
  background: rgba(17, 82, 117, 0.6);
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
}
.nav .child .boxNr {
  overflow: auto;
}
.nav .child .box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: #115275 \9;
  border-color: transparent transparent rgba(17, 82, 117, 0.6) transparent;
  position: absolute;
  top: -6px;
  left: 40px;
}
.nav .child a {
  padding: 7px 5px;
  display: block;
  color: #fff;
  transition: background .5s;
  position: relative;
}
.nav .child a:hover {
  background: #e10b1f;
  font-weight: 700;
}
.nav .child a:hover:before {
  background: url(../images/icon/arrow-right-08.png) no-repeat;
}
.nav .productChild {
  width: 1259px;
  left: -695px;
  margin-left: 0;
}
.nav .productChild .box {
  padding-left: 5px;
  padding-right: 5px;
}
.nav .productChild .box:after {
  left: 750px;
}
.nav .productChild a {
  width: 14.28571429%;
  float: left;
}
/*banner*/
.banner {
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}
.banner .box {
  position: relative;
  overflow: hidden;
}
.banner .pic {
  overflow: hidden;
  display: block;
  height: 700px;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.banner .slick-dots {
  bottom: 55px;
  font-size: 0;
  padding: 1px;
  z-index: 9999;
  width: 1260px;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .slick-dots li {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 14px;
  margin: 0 2.5px;
  overflow: hidden;
  float: none;
  transition: all .5s;
}
.banner .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  margin: 0;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
}
.banner .slick-dots li.slick-active {
  width: 28px;
  background: #e10b1f;
}
.banner .slick-dots li button:before {
  display: none;
}
/*home-title*/
.home-title {
  font-size: 0;
  padding: 30px 0 10px 0;
  position: relative;
}
.home-title:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 2px #f3811e solid;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
/*.home-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border: 1px #f3811e solid;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}*/
.home-title .cn {
  color: #333333;
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  width: 50%;
  text-align: right;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.home-title .en {
  display: inline-block;
  color: rgb(26, 26, 26);
  font-size: 35px;
  font-weight: 700;
  font-family: avantgarde_cebold;
  line-height: 36px;
  vertical-align: middle;
  background: #fff;
  width: 50%;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.home-title-jsh {
  text-align: center;
  color: #7b7b7b;
  font-size: 18px;
  line-height: 40px;
}
.home-more {
  text-align: center;
}
.home-more a {
  display: inline-block;
  background: #115275;
  color: #fff;
  min-width: 120px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  padding: 0 45px 0 20px;
  position: relative;
  transition: all .5s;
}
.home-more a:before,
.home-more a:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transition: all .5s;
}
.home-more a:before {
  width: 52px;
  height: 52px;
  background: #115275;
  opacity: .2;
  right: -20px;
  bottom: 3px;
}
.home-more a:after {
  width: 25px;
  height: 25px;
  background: #e10b1f;
  opacity: .2;
  right: -43px;
  top: -26px;
}
.home-more a .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px #fff solid;
  position: absolute;
  right: -1px;
  top: 0;
}
.home-more a .icon:before,
.home-more a .icon:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home-more a .icon:before {
  width: 16px;
  height: 2px;
}
.home-more a .icon:after {
  width: 2px;
  height: 16px;
}
.home-more a:hover {
  background: #e10b1f;
}
.home-more a:hover:before {
  background: #e10b1f;
  transform: translate(5px, 5px) scale(0.9);
}
.home-more a:hover:after {
  background: #115275;
  transform: translate(20px, 20px) scale(0.9);
}
/*home-product*/
.home-product,
.product {
  overflow: hidden;
}
.home-product .list,
.product .list {
  margin-left: -1px;
  margin-right: -3px;
  margin-bottom: 65px;
  margin-top: 35px;
}
.home-product li,
.product li {
  width: 25%;
  float: left;
  padding: 0 1px 0 2px;
}
.home-product .box,
.product .box {
  overflow: hidden;
  display: block;
  position: relative;
  height: 415px;
}
.home-product .box .pic,
.product .box .pic {
  display: block;
  position: relative;
}
.home-product .box .pic:after,
.product .box .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-product .box .text,
.product .box .text {
  display: block;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  overflow: hidden;
}
.home-product .box .bt,
.product .box .bt {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.home-product .box .text .jsh,
.product .box .text .jsh {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #666666;
}
.home-product .box .more,
.product .box .more {
  display: inline-block;
  width: 120px;
  line-height: 28px;
  border: 1px #fff solid;
  color: #fff;
  border-radius: 28px;
  text-align: center;
  opacity: 0.5;
}
.home-product .box .hover,
.product .box .hover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  bottom: 0;
  background: #e10b1f \9;
  background: rgba(255, 11, 31, 0.8);
  padding: 0 15px 0 15px;
  overflow: hidden;
  text-align: center;
  transition: all .5s;
}
.home-product .box .hover .jsh,
.product .box .hover .jsh {
  color: #fff;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 25px;
}
.home-product .box:hover .hover,
.product .box:hover .hover {
  height: 100%;
}
.home-product {
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-product .home-title .cn {
  background: #fafafa;
}
.home-product .home-title .en {
  background: #fafafa;
}
.home-product .slick-prev,
.home-product .slick-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px #c6c6c6 solid;
  z-index: 9999;
  opacity: 0.5;
  top: 130px;
  transform: rotateY(0);
  transition: all .5s;
}
.home-product .slick-prev:before,
.home-product .slick-next:before {
  display: none;
}
.home-product .slick-prev:hover,
.home-product .slick-next:hover {
  opacity: 0.9;
}
.home-product .slick-prev {
  left: -70px;
  background: url(../images/icon/arrow-left-01.png) center center;
}
.home-product .slick-prev:hover {
  border: 1px #115275 solid;
  background: #115275 url(../images/icon/arrow-left-02.png) center center;
}
.home-product .slick-next {
  right: -70px;
  background: url(../images/icon/arrow-right-03.png) center center;
}
.home-product .slick-next:hover {
  border: 1px #115275 solid;
  background: #115275 url(../images/icon/arrow-right-04.png) center center;
}
@media (max-width: 1420px) {
  .home-product .slick-prev,
  .home-product .slick-next {
    border: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .home-product .slick-prev {
    left: 20px;
    background: rgba(0, 0, 0, 0.3) url(../images/icon/arrow-left-01.png) center center;
  }
  .home-product .slick-next {
    right: 20px;
    background: rgba(0, 0, 0, 0.3) url(../images/icon/arrow-right-03.png) center center;
  }
}
.product .info {
  color: #666666;
  line-height: 24px;
  text-align: justify;
}
.product .list {
  margin-left: -3px;
  margin-right: -4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.product li {
  width: 33.33333333%;
  padding: 0 3px 0 4px;
  margin-bottom: 20px;
}
.product .box .text {
  background: #fafafa;
}
/*home-about*/
.home-about {
  background: url(../images/about-bg.jpg) no-repeat center top;
  height: 720px;
  color: #fff;
  text-align: justify;
  overflow: hidden;
}
.home-about a {
  color: #fff;
}
.home-about .left {
  width: 50%;
  float: left;
  padding-top: 100px;
  padding-right: 70px;
}
.home-about .right {
  width: 50%;
  float: left;
  background: #005084;
  padding-left: 7px;
}
.home-about .title {
  line-height: 1;
}
.home-about .title .en {
  font-family: dinlight;
  font-size: 56px;
  display: block;
}
.home-about .title .en em {
  font-style: normal;
  font-family: dinmedium;
}
.home-about .title .cn {
  font-size: 40px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.home-about .title .cn:after {
  content: "";
  display: inline-block;
  width: 190px;
  border-top: 2px #fff solid;
  opacity: 0.3;
  vertical-align: middle;
  margin-left: 5px;
}
.home-about .jsh {
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-right: 10px;
  max-height: 260px;
  overflow: auto;
}
.home-about .jsh::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.home-about .jsh::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #005084;
  cursor: pointer;
}
.home-about .jsh::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
}
.home-about .more a {
  text-align: center;
  display: inline-block;
  font-size: 15px;
  border: 2px #fff solid;
  min-width: 220px;
  line-height: 50px;
  padding-right: 20px;
  transition: all .5s;
}
.home-about .more a:hover {
  padding-right: 0;
  border: 2px #e10b1f solid;
  background: #e10b1f;
}
.home-about .wenhua {
  width: 345px;
  float: left;
}
.home-about .wenhua li {
  height: 240px;
}
.home-about .wenhua .box {
  display: block;
  width: 345px;
  height: 240px;
  overflow: hidden;
  position: relative;
  transition: all .5s;
}
.home-about .wenhua .pic {
  display: block;
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all .5s;
}
.home-about .wenhua .text {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 45px 25px;
}
.home-about .wenhua .bt {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.home-about .wenhua .shm {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.home-about .wenhua .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px #fff solid;
  background: url(../images/icon/arrow-right.png) no-repeat center center;
  margin-left: -10px;
  display: block;
  opacity: 0;
  transition: all .5s;
}
.home-about .wenhua .box:hover {
  background: #e10b1f;
}
.home-about .wenhua .box:hover .pic {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.home-about .wenhua .box:hover .icon {
  margin-left: 0;
  display: block;
  opacity: 1;
}
.home-about .youshi {
  width: 220px;
  float: left;
  margin-left: 23px;
  border-top: 6px #e10b1f solid;
  padding: 65px 15px 0 15px;
}
.home-about .youshi li {
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  padding-top: 30px;
  padding-bottom: 10px;
}
.home-about .youshi .num {
  font-family: dinmedium;
  font-size: 60px;
  line-height: 1.2;
}
.home-about .youshi .shm {
  color: #fff;
  opacity: 0.5;
}
/*home-news*/
.home-news {
 
  padding-bottom: 50px;
  overflow: hidden;
}
.home-news .list {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 35px;
  margin-bottom: 50px;
  overflow: hidden; display:flex
}
.home-news li {
  width: 33.33333333%;
  float: left;
  padding: 0 10px;
}

.home-news li:nth-child(1){ padding-left:0}


.home-news .box {
  display: block;
  background: #fafafa;
  margin: auto;
  padding: 35px;
}
.home-news .box .bt {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  max-width: 340px;
  margin: auto; font-weight:bold
}
.home-news .box .jsh {
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 10px 0;
}
.home-news .box .pic {
  max-width: 340px;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-news .box .pic:after {
  content: "";
  display: block;
  padding-top: 61.76470588%;
}
.home-news .box .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #115275;
  display: none \9;
  opacity: 0;
  transition: all .5s;
}
.home-news .box img {
  transition: all .5s; width:100%
}
.home-news .box .date {
  color: #a3a3a3;
  padding-left: 52px;
  padding: 20px 0 20px 55px;
  position: relative;
}
.home-news .box .date:before,
.home-news .box .date:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 35px;
  height: 110px;
  top: 20px;
  transition: all .5s;
}
.home-news .box .date:before {
 border-left: 2px #50b53b solid;
}
.home-news .box .date:after {
  z-index: 1;
   border-left: 2px #f3811e solid;
}
.home-news .box .date .year {
  font-size: 30px;
  display: block;
  line-height: 1;
}
.home-news .box .date .month {
  display: inline-block;
  line-height: 1;
}
.home-news .box:hover .bt {
  color: #f3811e;
}
.home-news .box:hover .pic:before {
  opacity: 0.2;
}
.home-news .box:hover img {
  transform: scale(1.05);
}
.home-news .box:hover .date:before {
  height: 0;
}
/*footer*/
.footer {
  color: #666666;
  padding: 80px 0 60px 0;
  background: url(../images/curve-bg.jpg) no-repeat top center;
}
.footer .container {
  overflow: hidden;
}
.footer img {
  vertical-align: middle;
}
.footer a {
  color: #666666;
}
.footer a:hover {
  color: #115275;
  text-decoration: underline;
}
.footer .menu {
  width: 67%;
  float: left;
  border-right: 1px #f0f0f0 solid;
  position: relative;
}
.footer .menu .line-01,
.footer .menu .line-02,
.footer .menu .line-03 {
  content: "";
  display: block;
  border-right: 1px #f0f0f0 solid;
  height: 100%;
  position: absolute;
}
.footer .menu .line-01 {
  left: 25% \9;
  left: 24%;
}
.footer .menu .line-02 {
  left: 25% \9;
  left: 48%;
}
.footer .menu .line-03 {
  left: 25% \9;
  left: 76%;
  left: 74% \9;
}
.footer .menu a {
  overflow: hidden;
  display: block;
  width: 24%;
  float: left;
  line-height: 32px;
  height: 32px;
  padding: 0 0 0 30px;
  transition: all .5s;
}
.footer .menu a:nth-child(4n-1) {
  width: 28%;
}
.footer .menu a:hover {
  padding-left: 35px;
}
.footer .right {
  width: 33%;
  float: left;
}
.footer .right .logo {
  float: left;
  width: 50%;
  text-align: center;
}
.footer .right .ewm {
  float: right;
  text-align: center;
  width: 50%;
}
.footer .right .pic {
  border: 1px #f3f3f3 solid;
  padding: 3px;
  margin-bottom: 5px;
  width: 142px;
  margin: auto;
}
/*friendLink*/
.friendLink {
  color: #666666;
  text-align: justify;
  overflow: hidden;
}
.friendLink a {
  color: #666666;
}
.friendLink a:hover {
  color: #115275;
  text-decoration: underline;
}
.friendLink .container {
  position: relative;
  border-top: 1px #f0f0f0 solid;
  padding: 15px 0 15px 70px;
}
.friendLink .bt {
  display: inline-block;
  background: url(../images/icon/links.png) no-repeat left top;
  width: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  padding-top: 5px;
}
.friendLink .list {
  margin-right: -15px;
}
.friendLink .list a {
  display: inline-block;
  margin-right: 15px;
}
/*copyright*/
.copyright {
  background: #115275;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  line-height: 26px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  text-decoration: underline;
}
.inside-banner {
  height: 460px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}
.inside-banner .pic {
  overflow: hidden;
  display: block;
  height: 460px;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
/*inside*/
.bread-menu {
  overflow: hidden;
  border-bottom: 1px #e5e5e5 solid;
}
.bread-menu .container {
  position: relative;
  overflow: hidden;
}
.bread-menu .bread {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  padding-top: 15px;
  line-height: 45px;
  float: left;
}
.bread-menu .bread a {
  color: #666666;
}
.bread-menu .bread a:hover {
  color: #e10b1f;
  text-decoration: underline;
}
.bread-menu .bread span {
  color: #666;
}
.bread-menu .menu {
  float: left;
  padding-left: 40px;
}
.bread-menu .menu li {
  width: auto;
  height: 60px;
  line-height: 60px;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.bread-menu .menu a {
  display: inline-block;
  font-size: 16px;
  min-width: 100px;
  padding: 0 10px;
  transition: all .5s;
}
.bread-menu .menu a:hover {
  background: #115275;
  color: #fff;
}
.bread-menu .menu .cur a {
  background: #115275;
  color: #fff;
}
.bread-menu .en {
  display: inline-block;
  position: absolute;
  color: #999999;
  font-size: 18px;
  font-family: HelveticaNeue-ThinCond;
  right: 0;
  bottom: 0;
  line-height: 1;
}
/*inside*/
.inside {
  padding: 0 0 50px 0;
}
.single {
  min-height: 300px;
  padding: 55px 0;
}
/*customize*/
.customize {
  color: #666666;
}
.customize img {
  vertical-align: middle;
}
.customize .container {
  position: relative;
}
.customize .container .line {
  display: block;
  border-left: 1px #e10b1f dashed;
  position: absolute;
  left: 50%;
  top: 5px;
  height: 100%;
}
.customize .container:after {
  content: "";
  display: block;
  border-left: 1px #fff solid;
  position: absolute;
  left: 50%;
  bottom: -5px;
  height: 5px;
}
.customize .item {
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
.customize .item dt {
  width: 50%;
  float: left;
  padding-right: 35px;
}
.customize .item dd {
  margin-top: 5px;
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-top: 40px;
  border-top: 1px #e10b1f dashed;
  position: relative;
}
.customize .item dd:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px #e10b1f solid;
  position: absolute;
  left: -5px;
  top: -5px;
  background: #fff;
  z-index: 1;
}
.customize .item dd:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e10b1f;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 2;
}
.customize .item:last-child {
  padding-bottom: 0;
}
.customize .even dt {
  float: right;
  padding-left: 35px;
  padding-right: 0;
}
.customize .even dd {
  float: left;
  padding-right: 50px;
  padding-left: 0;
}
.customize .even dd:before {
  left: auto;
  right: -5px;
}
.customize .even dd:after {
  left: auto;
  right: -2px;
}
.customize .pic {
  overflow: hidden;
  display: block;
  position: relative;
  max-width: 400;
}
.customize .pic:after {
  content: "";
  display: block;
  padding-top: 66.66666667%;
}
.customize .icon {
  display: block;
  width: 80px;
  height: 80px;
  background: #115275;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.customize .bt {
  color: #115275;
  font-size: 28px;
  line-height: 2;
}
.customize .tel {
  font-size: 19px;
  font-weight: 700;
  color: #e10b1f;
  font-family: georgia;
  margin-top: 20px;
}
.customize .div-01 {
  margin-top: 40px;
}
.customize .div-01 .p-01 {
  color: #ba975d;
  font-family: "思源黑体 CN", "microsoft yahei";
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.customize .div-01 .p-01 span {
  line-height: 28px;
  display: inline-block;
  border-bottom: 1px #ba975d solid;
  position: relative;
}
.customize .div-01 .p-01 span:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/circle-01.png) no-repeat;
  position: absolute;
  left: -10px;
  bottom: -1px;
}
.customize .div-01 .p-01 i {
  font-style: normal;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ba975d;
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  margin-right: 5px;
  font-family: itc_avant_garde_gothicbook;
  position: relative;
  margin-left: -8px;
  margin-bottom: 1px;
}
.customize .div-01 .div-02 {
  padding: 10px 0;
}
.customize .div-01 .div-02 span {
  color: #787878;
  font-size: 15px;
  display: inline-block;
  min-width: 100px;
}
.customize .div-01 .div-02 span:nth-child(5) {
  clear: both;
}
/*以下为内页正文样式*/
.inside-aside {
  width: 270px;
  float: left;
  position: relative;
  margin-top: -32px;
}
.bread-title {
  font-size: 12px;
  border-bottom: 1px #d5d5d5 solid;
  padding-bottom: 15px;
}
.bread-title img {
  vertical-align: middle;
  margin-top: -3px;
}
.bread-title .bread-02 {
  text-align: right;
  font-weight: 400;
  font-size: 12px;
}
.bread-title .bread-02 img {
  margin-right: 5px;
  margin-top: -4px;
}
.bread-title .bread-02 span {
  color: #115275;
}
.bread-title .title {
  text-align: left;
  color: #333333;
  font-size: 18px;
}
.left-menu .title {
  height: 170px;
  font-size: 20px;
  color: #fff;
  background: #e10b1f;
  text-align: center;
  padding: 45px 0 0 0;
  position: relative;
  z-index: 0;
}
.left-menu .title:before {
  content: "";
  display: block;
  width: 385px;
  height: 170px;
  background: url(../images/left-menu-title-bg-02.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.left-menu .title .cn {
  display: block;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.left-menu .title .en {
  color: rgba(255, 255, 255, 0.5);
  font-family: avantgardebook;
  position: relative;
  z-index: 1;
}
.left-menu .list {
  margin: 36px 0 0 0;
}
.left-menu .list a {
  display: block;
}
.left-menu .box {
  margin-top: 4px;
  background: #115275;
  padding: 10px 0 40px 0;
}
.left-menu .box li {
  position: relative;
  transition: background .5s;
  border-bottom: 1px #88a9ba solid;
}
.left-menu .box li:after {
  content: " ";
  display: block;
  display: none \9;
  opacity: 0;
  width: 21px;
  height: 21px;
  background: url(../images/icon/minus.png) no-repeat center;
  position: absolute;
  right: 13px;
  top: 10px;
  transition: all .5s;
}
.left-menu .box li:last-child {
  border: none;
}
.left-menu .box li > a {
  display: block;
  line-height: 20px;
  padding: 13px 35px 13px 25px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.left-menu .box li:hover,
.left-menu .box li.cur {
  background: #fff;
}
.left-menu .box li:hover > a,
.left-menu .box li.cur > a {
  color: #115275;
  font-weight: 700;
}
.left-menu .box li.cur {
  border-color: #fff;
}
.left-menu .box li.cur > a {
  font-weight: bold;
}
.left-menu .box li.cur:after {
  display: block;
  opacity: 1;
}
.left-contact {
  width: 270px;
  margin-top: 25px;
}
.left-contact .title {
  height: 87px;
  background: url(../images/left-contact-title-bg.jpg) no-repeat;
  color: #fff;
  font-size: 20px;
}
.left-contact .title span {
  display: inline-block;
  padding: 0 0 0 94px;
  line-height: 87px;
}
.left-contact .box {
  border: 1px #e0e0e0 solid;
  margin: 1px 0;
  padding: 15px;
  min-height: 160px;
  color: #666666;
}
.left-contact .box b {
  color: #333;
}
.inside {
  position: relative;
}
.inside .content {
  padding-top: 30px;
}
.inside .mainRight {
  width: 990px;
  width: 989px \9;
  float: right;
  padding: 30px 0 0 40px;
  position: relative;
  z-index: 2;
  background: #fff;
}
/*product-show*/
.product-show {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}
.product-show img {
  vertical-align: middle;
}
.product-show .pics-text .pics {
  width: 45%;
  float: left;
  overflow: hidden;
}
.product-show .pics-text .text {
  width: 55%;
  float: left;
  padding-left: 30px;
}
.product-show .pics-text .bt {
  font-size: 28px;
  color: #115275;
  font-weight: 400;
}
.product-show .pics-text .p-01 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
}
.product-show .pics-text .tel {
  font-size: 18px;
  font-weight: 400;
  color: #e10b1f;
  font-family: Futura Md BT;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -5px;
}
.product-show .pics-text .tel img {
  margin-top: -3px;
}
.product-show .big {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.product-show .big .pic {
  display: block;
  max-width: 425px;
  position: relative;
}
.product-show .big .pic:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-show .small {
  margin-top: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: all .5s;
  margin-left: -1px;
  margin-right: -2px;
}
.product-show .small li {
  padding: 0 2px 0 1px;
}
.product-show .small .pic {
  height: auto;
  position: relative;
}
.product-show .small .pic i {
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
}
.product-show .small .pic i:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-show .small .slick-current .pic {
  border: 3px solid #e10b1f;
}
.product-show .zxzx a {
  display: inline-block;
  background: #e10b1f;
  color: #fff;
  min-width: 160px;
  line-height: 42px;
  text-align: center;
  padding: 0 10px;
  border-radius: 42px;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s;
}
.product-show .zxzx a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.product-show .zxzx a:hover {
  background: #115275;
}
.product-show .nr {
  clear: both;
  padding-top: 50px;
  padding-bottom: 30px;
}
.product-show .nr .relatedBt {
  margin-bottom: 30px;
}
/*news*/
.news .list {
  overflow: hidden;
  margin-bottom: 10px;
}
.news li {
  clear: both;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.news .box {
  position: relative;
  padding-left: 100px;
}
.news .box .date {
  display: block;
  width: 80px;
  text-align: center;
  background: #edeaeb;
  color: #333333;
  font-size: 12px;
  font-family: avantgardebook;
  position: absolute;
  left: 0;
  line-height: 2;
  transition: background .5s;
}
.news .box .date .day {
  display: block;
  border-bottom: 1px #fff solid;
  font-size: 50px;
  line-height: 1.5;
  padding-top: 10px;
}
.news .box .pic {
  display: block;
  width: 275px;
  overflow: hidden;
  position: relative;
  float: left;
}
.news .box .pic:after {
  content: "";
  display: block;
  padding-top: 61.81818182%;
}
.news .box .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #115275;
  display: none \9;
  opacity: 0;
  transition: all .5s;
}
.news .box img {
  transition: all .5s;
}
.news .box .text {
  float: left;
  width: 575px;
  width: 574px \9;
  padding-top: 10px;
  padding-left: 30px;
}
.news .box .bt {
  display: block;
  color: #333333;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
}
.news .box .jsh {
  color: #666666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 40px;
}
.news .box .more {
  display: inline-block;
  border: 1px #d4d4d4 solid;
  color: #999999;
  line-height: 30px;
  min-width: 110px;
  padding: 0 5px;
  text-align: center;
  border-radius: 32px;
  transition: all .5s;
}
.news .box:hover .date {
  background: #115275;
  color: #fff;
}
.news .box:hover .pic:before {
  opacity: 0.2;
}
.news .box:hover img {
  transform: scale(1.05);
}
.news .box:hover .bt {
  font-weight: 700;
  text-decoration: underline;
  color: #e10b1f;
}
.news .box:hover .more {
  border-color: #e10b1f;
  background: #e10b1f;
  color: #fff;
}
/*news-show*/
.show {
  line-height: 2;
}
.show .date-title {
  position: relative;
  padding-left: 145px;
  min-height: 120px;
  margin-bottom: 20px;
}
.show .date-title .date {
  display: block;
  width: 120px;
  min-height: 120px;
  text-align: center;
  background: #115275;
  color: #fff;
  font-size: 12px;
  font-family: avantgardebook;
  position: absolute;
  left: 0;
  line-height: 2;
  transition: background .5s;
}
.show .date-title .date .day {
  display: block;
  border-bottom: 1px #fff solid;
  font-size: 52px;
  line-height: 1.5;
  padding-top: 10px;
}
.show .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0;
  color: #115275;
}
.show .info {
  color: #999999;
  font-size: 14px;
}
.show .share {
  color: #999999;
}
.show .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.show .nr {
  padding: 30px 0 30px 0;
}
.show .p-01 {
  padding: 0 0 0 20px;
  position: relative;
}
.show .p-01:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #115275;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.show .prev-next {
  overflow: hidden;
  color: #666666;
  margin: 30px 0 30px 0;
  padding: 20px 0;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}
.show .prev-next li {
  line-height: 41px;
  height: 41px;
  overflow: hidden;
}
.show .prev-next li span {
  float: left;
}
.show .prev-next li a {
  color: #666666;
  display: inline-block;
  max-width: 700px;
  overflow: hidden;
}
.show .prev-next li:hover a {
  color: #115275;
}
.show .relatedBt {
  margin-bottom: 10px;
}
.show .related-news {
  overflow: hidden;
  margin-bottom: 30px;
}
.show .related-news ul,
.show .related-news li {
  list-style: none;
}
.show .related-news .list {
  margin: 0 0;
}
.show .related-news li {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  position: relative;
  transition: all .5s;
}
.show .related-news li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/arrow-right-02.png) no-repeat center center;
  float: left;
  margin: 9px 0 0 0;
}
.show .related-news li a {
  color: #666666;
  display: inline-block;
  max-width: 760px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.show .related-news li .time {
  color: #999999;
  float: right;
  font-size: 13px;
}
.show .related-news li:hover {
  margin-left: 10px;
}
.show .related-news li:hover a {
  color: #e10b1f;
  text-decoration: underline;
}
.relatedBt {
  position: relative;
  border: 1px #e9e7e7 solid;
  height: 40px;
}
.relatedBt span {
  background: url(../images/related-title-bg.jpg) no-repeat;
  width: 165px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
  font-weight: 700;
}
.related-product .list {
  margin-top: 20px;
}
.share-return .share {
  vertical-align: middle;
  width: auto;
  float: left;
}
.share-return .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.share-return .return {
  width: auto;
  float: right;
}
.share-return .return a {
  display: inline-block;
  min-width: 140px;
  line-height: 35px;
  padding: 0 10px;
  background: #d3d3d3;
  color: #fff;
  text-align: center;
  border-radius: 35px;
  font-size: 16px;
  transition: all .5s;
}
.share-return .return a:hover {
  background: #e10b1f;
}
/*about*/
.about {
  color: #666666;
  line-height: 2;
  padding-top: 35px;
  padding-bottom: 70px;
}
.about .bt {
  font-size: 27px;
  color: #115275;
  position: relative;
}
.about .bt .cn {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.about .bt .en {
  font-size: 91px;
  color: #ffe4e7;
  font-family: dincond-regularregular;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.about .bt .year {
  font-style: normal;
  font-size: 64px;
  font-family: dinlight;
}
.culture {
  background: #f2ece8 url(../images/about-bg-02.jpg) no-repeat center top fixed;
  padding: 55px 0;
  padding-top: 100px \9;
  color: #fff;
  position: relative;
}
.culture #culture {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  background: #000;
}
.culture .title {
  text-align: center;
}
.culture .title .cn {
  font-size: 40px;
  color: #115275;
  display: block;
}
.culture .title .en {
  font-size: 16px;
  color: #c2c2c2;
  display: inline-block;
  position: relative;
}
.culture .title .en:before {
  content: "";
  display: inline-block;
  border-top: 1px #f8f6f3 solid;
  width: 215px;
  vertical-align: middle;
  margin: 0 10px;
}
.culture .title .en:after {
  content: "";
  display: inline-block;
  border-top: 1px #f8f6f3 solid;
  width: 215px;
  vertical-align: middle;
  margin: 0 10px;
}
.culture .list {
  margin-top: 50px;
  overflow: hidden;
}
.culture .list .li-02,
.culture .list .li-03 {
  width: 735px;
  height: 275px;
  float: left;
}
.culture .list .li-02 .text,
.culture .list .li-03 .text {
  height: 275px;
  width: 305px;
  float: left;
  background: #fff;
  padding: 20px 30px;
  color: #999999;
  line-height: 24px;
}
.culture .list .li-02 .bt,
.culture .list .li-03 .bt {
  line-height: 2;
  font-size: 30px;
  font-weight: 700;
  font-family: 微軟正黑體;
  color: #333333;
}
.culture .list .li-02 .pic,
.culture .list .li-03 .pic {
  width: 430px;
  float: left;
}
.culture .list .li-01 {
  width: 505px;
  height: 550px;
  float: left;
  position: relative;
}
.culture .list .li-01 .text {
  height: 275px;
  width: 405px;
  float: left;
  background: #fff;
  padding: 20px 30px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: #115275 \9;
  background: rgba(17, 82, 117, 0.8);
}
.culture .list .li-01 .bt {
  line-height: 2;
  font-size: 30px;
  font-weight: 700;
  font-family: 微軟正黑體;
}
.transparent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url(../images/transparent-bg.png) repeat;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.video-popup {
  position: fixed;
  z-index: 1001;
  width: 880px;
  height: 650px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 20px;
  display: none;
}
.video-popup .box {
  background: #f1f1f1;
  height: 100%;
}
.video-popup .close {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -45px;
  top: 0;
  background: url(../images/icon/close.png) no-repeat center center;
}
.video-popup .close:hover {
  background: #e10b1f url(../images/icon/close.png) no-repeat center center;
}
.video-popup .p-01 {
  font-weight: bold;
  font-size: 15px;
  margin: 5px 0;
}
.video-popup .p-02 {
  font-size: 12px;
}
.video-popup a {
  color: #274095;
}
.video-popup a:hover {
  text-decoration: underline;
}
.leftMain {
  width: 77%;
  float: left;
  margin-top: 45px;
  padding-right: 60px;
}
.rightAside {
  max-width: 310px;
  width: 23%;
  float: left;
  margin-top: 45px;
}
.rightAside .list li {
  margin-bottom: 10px;
}
.rightAside .list .box {
  overflow: hidden;
  display: block;
  position: relative;
}
.rightAside .list .box:after {
  content: "";
  display: block;
  padding-top: 69.35483871%;
}
.rightAside .list .box img {
  transition: all .5s;
}
.rightAside .list .box .bt {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  bottom: 0;
  left: 0;
  background: #ca1517 \9;
  background: rgba(202, 21, 23, 0.8);
}
.rightAside .list .box:hover img {
  transform: scale(1.05);
}
.rightAside .list .li-02 .box .bt {
  background: #01748f \9;
  background: rgba(1, 116, 143, 0.8);
}
.rightAside .list .li-03 .box .bt {
  background: #023b4e \9;
  background: rgba(2, 59, 78, 0.8);
}
.leftAside {
  max-width: 250px;
  width: 18%;
  float: left;
  margin-top: 45px;
}
.leftAside .classify {
  text-align: center;
}
.leftAside .classify li {
  margin-bottom: 10px;
}
.leftAside .classify .box {
  background: #f2f2f2;
  color: #333333;
  font-size: 16px;
  display: block;
  padding: 30px 0;
  position: relative;
}
.leftAside .classify .box:after {
  content: "";
  width: 0;
  height: 6px;
  background: #ffffff;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .5s;
}
.leftAside .classify .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto 0 auto;
  position: relative;
}
.leftAside .classify .hover {
  display: none;
}
.leftAside .classify .box:hover {
  background: #e10b1f;
  color: #fff;
}
.leftAside .classify .box:hover:after {
  width: 34px;
}
.leftAside .classify .box:hover .default {
  display: none;
}
.leftAside .classify .box:hover .hover {
  display: block;
}
.leftAside .classify .cur .box {
  background: #e10b1f;
  color: #fff;
}
.leftAside .classify .cur .box:after {
  width: 34px;
}
.leftAside .classify .cur .default {
  display: none;
}
.leftAside .classify .cur .hover {
  display: block;
}
.rightMain {
  width: 82%;
  float: left;
  padding-left: 80px;
}
#bdshare_weixin_qrcode_dialog {
  box-sizing: content-box;
}
#bdshare_weixin_qrcode_dialog * {
  box-sizing: content-box;
}
/*map*/
.map {
  margin: 0 auto;
  font-size: 14px;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-top: #115275 solid 2px;
  border-bottom: none;
  margin: 0 0 20px 0;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #003e7e;
}
.map dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dt a {
  color: #333;
}
.map dt a:hover {
  color: #115275;
}
.map dt img {
  margin-left: 20px;
}
.map dd {
  line-height: 30px;
  overflow: hidden;
  padding-top: 10px;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #115275;
  color: #fff;
}
.animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}



/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:550px){  


.home-news li {
    width: 100%;
    float: none;
    padding: 0 0; margin:1% 0
}
.home-news {
    padding-bottom:0px;
    overflow: hidden; width:100%; margin:0 auto
}

.home-news .list {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 35px;
    margin-bottom: 50px;
    overflow: hidden;
	 width:100%; flex-wrap:wrap ;
}.container {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}


.home-news .box {
    display: block;
    background: #fafafa;
    margin: auto;
    padding:7% 3%;
}
.box {
    float: none;
    width: 94%!important;
    height: auto!important;
    margin-right: 0%;
    margin-bottom: 10px;
}
.home-news .box .bt {
    font-size: 20px;
    color: #333333;
    line-height: 21px;
    height:auto;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    font-weight: bold;
}
.home-news .box .pic{max-width: 100%;}


}





